home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / diskflag.zip / INSTALL.BAT < prev   
DOS Batch File  |  1989-03-06  |  448b  |  18 lines

  1. echo off
  2. cls
  3. echo 
  4. echo                   DISKFLAG VERSION 1.1
  5. echo                  HARD DISK INSTALLATION 
  6. echo 
  7. copy diskflag.exe c:\
  8. if exist c:\autoexec.bat goto Doit
  9. copy autonew.bat c:\autoexec.bat
  10. goto End
  11. :Doit
  12. copy c:\autoexec.bat+autonew.bat c:\autoexec.bat
  13. :End
  14. cls
  15. echo                   DISKFLAG VERSION 1.1
  16. echo              HARD DISK INSTALLATION COMPLETE
  17. echo         REMOVE DISKETTE AND RE-BOOT FROM HARD DISK
  18.